*{
    margin: 0;
}
body{
    background: black;
    /* font-family:bauhaus 93 regular; */
    font-family: "Roboto", serif;
    /* font-family:Quicksand; */
    color:white;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

a{
    text-decoration: none;
    cursor: pointer;
}                                                     
a:hover,p{
    color: white;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Righteous", serif;
  font-weight: 400;
  font-style: normal;
}
p{
        font-family: "Roboto", serif;
        font-weight: 400;
        font-style: normal;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.load-body{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background:#000;
    z-index: 2000;    

}
.loader-inner{
    margin-top: calc(100vh / 6);
}
.name{
    text-align: center;
    position: absolute;
    width: 100%;
   margin-top: 15em;
}


.logo-back{
    background: url(../images/amimaa_design_logo_TV-removebg-preview.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 25em;
    width: 100%;

}
.navbar-logo img{
    /* position: absolute; */
    width: 30%;
    height: 30%;
    margin-left:-.5em;
    margin-top: .83em;
}
.image{
    margin-left: 21px;
}

.circle{
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    height: auto;
}
.box{
    display: flex;
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
}
.c-1{
    margin-right: 7px;
}
 /* .c-2,.c-1 {
     position: relative;
     margin-top: 30px;
     background: rgb(41, 41, 41);
  background:rgb(247, 221, 78);
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
.c-2::after,.c-1::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width:30px ;
  height:30px;
  border:15px solid  rgb(247, 221, 78);
  border-top-color: white;
  border-radius: 50%;
  animation: loading 0.75s ease infinite;
} */
.c-2,.c-1 {
    position: relative;
    margin-top: 30px;
    background: rgb(41, 41, 41);
 background:rgb(247, 221, 78);
 height: 40px;
 width: 40px;
 border-radius: 100%;
}
.c-2::after,.c-1::after{
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width:100% ;
 height: 100%;
 border:15px solid  rgb(247, 221, 78);
 border-top-color: white;
 border-radius: 50%;
 animation: loading 1s ease infinite;
}
@keyframes loading{
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}
 .loader-hidden{
     opacity: 0 1s;
     visibility: hidden;
     transition: all 1s;
 }

 /* loader end */
 /* navbar */
 .header{
     background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
    }

.navbar-logo{
    background: url(../images/amimaa_design_logo_TV-removebg-preview.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:8em;
    width: 10em;
}
.header li{
    list-style: none;
}

 

.nav-main{
    margin-right: 15px;
    background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
    border: 2px solid#cc9d3e ;
    border-radius: 3px;
}

.nav-main li a{
    font-size:1.15em;
    color: #cc9d3e;
    font-weight: 600;
    font-family: "Righteous", serif;
   /* border: 1.95px solid rgb(252, 237, 154) ; */
   border-radius: 6px;
}
.nav-item{
    padding: .6em;
}
.nav-main a:hover{
    color:#926c33;
   /* border: 1px solid rgb(255, 238, 142) ; */
   border-radius: 4px;
   transition: all 1s;
}
.nav-main:hover{
  border: 2px solid #926c33;
}
.dropdown-menu{
    /* background: #1b1302; */
    background: black;
    box-shadow: 3px 3px 3px black;
    border: 3px solid #926c33 ;
    border-style: dotted;
}
.dropdown:hover{
    cursor: pointer;
}
.dropdown-item:hover{
       background: #1b1302;
       color: #3b2d16;
       color: white;
}
 .button-toggle{
    margin-right: 3em;
   border: 3px solid #cc9d3e;
   background: transparent;
   border-radius: 3px;
   display: none;
   /* padding: .3em;
   padding-left: .7em;
   padding-right: .7em; */
}
nav .button-toggle i{
    color:#cc9d3e;
    
}

@media (max-width:991px){
    .button-toggle {
         display:block;
         position: relative;
         z-index: 2;
         transform: scale(.85);
    }
    .nav-list ul{
        position: relative;
        z-index: 2;
        margin-inline: auto;
        /* width: 40%; */
        margin-top: .5em;
        line-height: 3em;
       
    }
}
/*small navbar */
.toggle span{
    color: white;
}
/* .sm-navbar{
    display: none;
} */


/*small navbar */


.about-header{
    background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
    padding-top: 1em;
    padding-left: 6.4em;
    padding-bottom: 1em;
    display: none;
}
.about-header a{
   text-decoration: none;
   color: #cc9d3e;
   font-size: 1.1em;
}
.about-header i{
    color:  #ecb341;
  
  }
/* about section */
.first-case{
    /* border: 1px solid red; */
    height: 110vh;
    margin-top: 1em;
   
}
.header-text,.heading-text{
    margin-top: 5em;   
    background: linear-gradient(#080808 25%,#0a0a0a 50%,#080808  100%);
    padding: .3em;
    color: #cc9d3e;
    position: relative;
    padding-top: 1.5em;
    width: 50%;
     /* margin-left: .7em; */
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
     border: 1px solid #080808;
     border-bottom: 1px solid #080808;
}
.header-text .design{
    position: absolute;
    top:25%;
}
.heading-text .design{
    position: absolute;
    top:25%;
}
/* buttons */
.nav-buttons-inner {
    background: #080808;
    padding-top: 5px;
    padding-left: .8em;
	display: flex;
	text-align: left;
	/* justify-content: space-evenly; */
    width: 50%;
}
#tab-2{
    margin-left: 10em;
}

.nav-buttons a {
	text-decoration:none;
    color:#ffffff;
    font-weight: bold;
}

.nav-buttons a:hover {
	cursor: pointer;
}

.tab-border {
	border-bottom: 3px solid #cc9d3e;
}

/* content */
.tab-1-conent-inner,
.tab-2-conent-inner {
	margin-top: 0px;
}

#tab-1-content,
#tab-2-content{
	display: none;
}

.show {
	display: block !important;
}


/* buttons */
.first-case{
    height: auto;

}

.image-text{
    border: 1px solid #080808;
    position: relative;
    height: 95vh;
    background: linear-gradient(#050505 25%,#000 50%,#020202 100%);
     background-size: cover;
    background-position:center;
    border-top-color:#080808;
    background-repeat:no-repeat;
  margin-left: 0;
}

.image-founder{
    border: 1px solid #080808;
    position: relative;
    height: 120vh;
    background: url(../images/JIM_3088.jpg);
     background-size: cover;
    background-position:center;
    border-top-color:#080808;
    background-repeat: no-repeat;
}
.image-founder::before{
    content: "";
	z-index: 1;
	position: absolute;
	height:100%;
	width: 100%;
	top: 0;
	left: 0;
    background: url(../images/SAINT-OSHOS.png);
    background-size: cover;
   background-position:top;
   background-repeat: no-repeat;
   display: none;
}

.image-text::before{
    content: "";
	z-index: 1;
	position: absolute;
	height:100%;
	width: 100%;
	top: 0;
	left: 0;
    background: url(../images/SAINT-OSHOS.png);
    background-size: cover;
   background-position:center;
   background-repeat: no-repeat;
}

.text-up,.text-down{
    position: absolute;
    z-index: 2;
    transform:rotate(-90deg);
    /* display:none; */

}
.text-down h5{
    font-size: 1em;
    /* text-decoration: underline; */
    /* font-weight: bold; */
    text-transform: uppercase;
    letter-spacing: 0px;
    background: #080808;
    /* background: #ca9340; */
    padding: .07em;
}
.text-up h1{
    font-size: 4.6em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    background: #080808;
    padding: .07em;
}
.text-up{
    top: 32%;
left: -5em;
    /* background: #47340e; */
    background: #cc9d3e;
}

.text-down{
    bottom: 14%;
    right: 40%;
    transform:rotate(0deg);
    /* background: #46330f; */
    background: #cc9d3e;

}




.links a{
    font-size: 1.05em;
    text-decoration: none;
    /* color: white; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.links .space-1{
    margin: 0 0px;
}
.links .space-2{
    margin: 0 5px;
}

.social-handle,.social-handle-ma{
    margin-top: 1em;
    position: absolute;
    bottom: 3%;
    left: 30%;
    z-index: 2;
    /* left: 25%; */
}
.social-handle i{
    color:  #ecb341;
    border:2px solid #cc9d3e ;
    border-style:dotted;
    padding: .3em;
    background: linear-gradient(#131313 25%,#000 50%,#140f06 100%);
    border-radius: 50%;
    transform: scale(.86);
}

.founder-text li{
    /* color: #cc9d3e; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    line-height: 1.7em;
    list-style: none;
}
.founder-text i,.founder-text .add{
     color: #cc9d3e;
}
.founder-text h6{
    margin-top: .3em;
}
.founder-text .s-i,.founder-text li a{
    color:rgb(255, 255, 255);
}
.founder-text li a:hover{
    color:#926c33;
    transition: all .1s;
}
.about-o h3{
   line-height: 1.7em;
}
 .about-o,.about-ma{
    /* border: 1px solid red; */
    padding-left: 2em;
    line-height: 1.2em;
 }
 .about-o .text-1{
    font-size: 1.2em;
   text-align: left;
   /* border: 1px solid #cc9d3e; */
   border-bottom: 5px solid #cc9d3e;
   border-bottom-style: dotted;
   color: #cc9d3e;
 }
 .about-o .text-2{
    font-size: 1.2em;
    /* text-align: center; */
    margin-left: 2.5em;
    border-bottom: 5px solid #cc9d3e;
   border-bottom-style: dotted;
    color: #cc9d3e;
  }
  .about-o .text-3{
    font-size: 1.2em;
    /* text-align: center; */
    margin-left: 3.5em;
    border-bottom: 5px solid #cc9d3e;
   border-bottom-style: dotted;
    color: #cc9d3e;
  }

  .about-o h6,.about-ma h6,.testimonials h6{
   color: #cc9d3e;
   font-weight:light;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   text-transform: uppercase;
 }
  .about-o a, .testimonials p,.testimonials i,.read-less-btn{
  color:#cc9d3e;
  text-align: left;
  cursor: pointer;
  transition: ease .8s;
 }
 .testimonials{
    color:rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
 }

 .read-more-text--show{
    display: block;
    transition: ease-in .8s;
}

 

/* maa awards specific styles */
.amoin{
    height: auto;
}

.heading-ma{
    margin-left: 0%;
    width: 100%;
}
.heading-ma h4{
    /* padding-left: 4.3em; */
    text-align: center;
}
.cat{
     /* height: 0vh; */
    position: relative;
    background: #cc9d3e;
}
.cat-1,.cat-2,.cat-3,.cat-4,.cat-5{
    position: absolute;
    width: 90%;
    height: 100%;
    background: linear-gradient(#080808 25%,#0a0a0a 50%,#080808  100%);
   
}
.cat-1 h6{
    position: absolute;
    padding-top: 0em;
    top: 50%;
    right: -90%;
    /* bottom: 0; */
    text-align: center;
  
    text-transform: uppercase;
     transform:rotate(-90deg);
     font-size: 2.3em;
   
} 
.cat-2 h6{
    position: absolute;
    padding-top: 0em;
    right: -10%;
    top: 50%;
    text-align: center;
    text-transform: uppercase;
     transform:rotate(-90deg);
     font-size: 2.3em;
   
} 
.cat-3 h6,.cat-4 h6,.cat-5 h6{
    position: absolute;
    padding-top: 0em;
    right: -40%;
    top: 40%;
    text-align: center;
    text-transform: uppercase;
     transform:rotate(-90deg);
  font-size: 2em;
   
} 
.models-text{
    height: auto;
    padding-left: 1em;
  }
.models-text h6{
 color: #cc9d3e;
 font-size: 3em;
 margin-top: 1em;
 text-transform: uppercase;
}

.cat,.banner{
    display:block;
}
.cat-small{
display: none;
}





@media (max-width:1200px){
    .cat-1 h6{
        position: absolute;
        right: -90%;
      
         font-size: 2em;
       
    } 
    .cat-2 h6{
        position: absolute;
        right: -25%;
       
         font-size: 2em;
       
    } 
    .models-text h6{
        font-size: 1.6em;
    }
    .banner-2,.banner-4{
       
       margin-top: 15em;
    }
    .cat-3 h6,.cat-4 h6,.cat-5 h6{
        position: absolute;
        right: -40%;
         font-size: 1.4em;
       
    } 
}
@media (max-width:991px){
    .text-up h1{
        font-size: 2.7em;
       
    }
    .text-up{
        top: 32%;
    left: -4em;
        /* background: #47340e; */
        background: #cc9d3e;
    }
    .social-handle,.social-handle-ma{
    
      position: absolute;
        left: 10%;
    }
    .social-handle i{
       
        transform: scale(.7);
    }
    .image-founder{
        height: 100vh;
       
    }
}

@media (max-width:767px){
   .header-text,.nav-buttons-inner{
  
    width: 100%;
   
}



    }

@media (max-width:756px){
    .text-up h1{
        font-size: 3.5em;
       
    }
    .text-up{
        top: 37%;
    left: -4em;
        /* background: #47340e; */
        background: #cc9d3e;
    }


    .social-handle,.social-handle-ma{
    
      position: absolute;
        left: 10%;
    }
    .social-handle i{
       
        transform: scale(.7);
    }
    .image-founder{
        height: 100vh;
    }

    .nav-buttons-inner{
        width: 100%;
        margin: auto;
    }
    .heading-ma{
        margin-top: 5em;
    }
    .about-o,.founder-text{
        margin-top: 2em;
    }
}

@media (max-width:540px){
    .text-up h1{
        font-size: 3.2em;
       
    }
    .image-founder,.image-text,image{
        height:65vh;
    }
    .social-handle,.social-handle-ma{
        position: absolute;
        left: 6em;
        bottom: 0%;
    }
    .text-up{
        top: 37%;
    left: -6em;
    }
    .text-down{
        bottom: 10%;
   
    }
    tab-item p{
        font-size: .95em;
    }
    }


    


.models-text li{
    list-style: none;
    font-family: "Roboto" serif;
    font-weight: 400;
   line-height: 2em;
}
.models-text i{
    color: #cc9d3e;
}
.banner-1{
    height: auto;
    background: url(../images/Flag\ Banner\ 2.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-3{
    height: auto;
    background: url(../images/Models\ Summit\ Banner\ 1-1.jpg);
    background-position:top;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-2{
    height: auto;
    background: url(../images/Flag\ Banner\ 1-1.jpg );
    background-position:top;
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-4{
    height: auto;
    background: url(../images/maa-awards.jpeg );
    background-position:top;
    background-size:contain;
    background-repeat: no-repeat;
}
.banner-5{
    height: auto;
    background: url(../images/Flag\ Banner\ 1.jpg );
    background-position:top;
    background-size:cover;
    background-repeat: no-repeat;
}

@media (max-width:990px) {
    .cat,.banner{
        display:none;
    }
   .cat-small{
    display: block;
   }
   .small-ad{
    width: 100%;
   }
   .cat-small h6{
   font-size: 1.4em;
   text-align: left;
   padding: 1em;
   background: #cc9d3e;
   font-weight:lighter;
   color:#e4e1e1;
   }
   .image-intro{
    height: 70vh;
    background: url(../images/maa-jpeg.jpg);
    background-position:center;
    background-size: cover;
    background-repeat: none;
}
.image-about{
    height: 70vh;
    background: url(../images/Models\ Summit\ Banner\ 1-1.jpg);
    background-position:top;
    background-size: cover;
    background-repeat: none;
}
.image-cat-1{
    height: 70vh;
    background: url(../images/New\ Magazine\ 2.jpg );
    background-position: top;
    background-size: cover;
    background-repeat: none;
}
.image-cat-2{
    height: 75vh;
    background: url(../images/maa-awards.jpeg );
    background-position:center;
    background-size:cover;
    background-repeat: none;
}
.image-cat-3{
    height: 70vh;
    background: url(../images/Flag\ Banner\ 2.jpg);
    background-position:center;
    background-size:cover;
    background-repeat: none;
}


   .models-text h6{
    font-size: 2em;
   }
 
}
@media (max-width:768px) {
   
    .banner-2{
        background: url(../images/Flag\ Banner\ 1-1.jpg );
        background-position:top;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .banner-4{
        height: auto;
        background: url(../images/maa-awards.jpeg );
        background-position:top;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
/* amimaa academy specialised styles */
#academy-text{
    background:url(../images/Amimaa-academy-jpeg.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
  
}
#academy-text::before{
    display: none;
}
.social-handle h5{
    font-family: "Righteous", serif;
    font-weight: bolder;
    text-transform: capitalize;
    font-size: 1.4em;
    color: #cc9d3e;
}
.heading-text-ac{
    padding-left: 1em;
    padding-top: 1.5em;
    width:50%;
     margin-left: 0em;
     margin-top: 10em;
}

.text-up-ac h1{
    font-size: 4em;
}
 .text-up-ac{
    top: 44%;
    left:-30%;
  }
  .about-ac{
    margin-top: 1em;
  }
  .about-ac h3{
    line-height: 1.7em;
  }
  .about-ac .text-2-ac{
    margin-left: 5em;
  }
  .about-ac .text-3-ac{
    margin-left: 7em;
  }
  .about-ac .f-link {
       color: rgb(228, 225, 225);
       font-style: italic;
       font-weight: bold;
      }
      .sh-ac{
        width: 100%;
        position: relative;
        left: 0;
        margin-top: 3em;

    }
   @media (max-width:991px){
    .about-ac h3{
        font-size: 1.4em;
       
    }
 
}
@media (max-width:900px){
    .heading-text-ac{
        padding-left: 1em;
        padding-top: 1.5em;
        width:100%;
         margin-left: 0em;
         margin-top: 10em;
    }
    #academy-text{
       
        height: 100vh;
      
    }
    .sh-ac{
      
        margin-top: 2.6em;

    }
}
@media (max-width:767px){
    .sh-ac{
      
        margin-top: 1.9em;

    }
}
@media (max-width:540px){
   
    #academy-text{
       
        height: 65vh;
      
    }
   
}


/* about section */

/* faq */
.FAQ {
    margin-top: 9em;
    width: 80%;

 }
 .FAQ h2 {
  text-align: center;
  font-size: 2.85em;
  font-weight: bold;
  color: #cc9d3e;
  text-transform: capitalize;
  font-family:  "roboto" serif;
 }
 .FAQ h3 {
    text-align: center;
    font-size: 2.2em;
   
    font-family: "Roboto", serif;
   }
 .accordion-body{
  
    color: white;
    font-size: 1.3em;
 }
 .accordion-body a{
       color: #cc9d3e;
 }
 .accordion-header{
    background: #3b2d16;
    font-size: 1.4em;
 }
 .accordion-item{
    background: #3b2d16;
    /* background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%); */
    padding: .25em;
 }
 .accordion-button{
    background: #0a0a0a;
    background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
    color: white;
    font-weight: 600;
 }


 .accordion-item,.accordion-item:focus,.accordion-item:active,
 .accordion-header,.accordion-header:focus,.accordion-header:active,
 .accordion-button,.accordion-button:focus,.accordion-button:active{
    box-shadow: none;
    color: white;
    outline:none !important;
 }
 .accordion-button:focus{
    background: black;
    color: white;
    border-color: #3b2d16;
 }
 .accordion-button:active{
    background: #3b2d16;
}
.accordion-button::after{
    content: "\f077";
    font-family: fontAwesome;
    color: #3b2d16;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox= '0 0 16 16' fill='#140f06'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0l8 10.29315.646-5.647a.5.5 0 0 1 .708.7081-6 6a.5.5 0 0 1-.708 01-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
/* .collapsing{
    -webkit-transition: none;
    transition: none;
    display: none;
} */
@media (max-width:540px)  {
.FAQ h2, .all-brands h2
{
    font-size: 2em;
  
}
.FAQ{
    width: 95vw;
  
}
}

        /* footer */
        .footer{
            margin-top: 5em;
            background: #080808;
            border-radius: 4px;
            padding: 2em;
            padding-top: 3em;
            margin-bottom: 0;
            text-align: left;
            position: relative;
        }
        .top-btn{
            height: 3em;
            width: 3em;
            border: 2px solid #7c5b2a;
            border-radius: 50%;
            background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
            background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
            color:  #926c33;
            border-style: dotted;
            position: absolute;
            right: 2%;
            top: -3%;
            text-align: center;
        }
        .top-btn a{
            padding-top: .1em;
            color: #7c5b2a;
       
        }
        /* .top-btn i{
            padding-top: .1em;
        } */
        .top-btn:hover{
            cursor: pointer;
            border: 2px solid #7c5b2a;
        }
        .brand-info{
            /* border: 1px solid red; */
            padding-top: 0em;
            line-height: 1.2em;
            text-align: left;


        }
        .brand-info h2{
           font-weight: bold;
           font-size: 3.1em;
           color: #cc9d3e;
           text-transform: uppercase;
           font-family: "Righteous", serif;
        }
        .designer a{
            color: white;
            font-weight: bold;
            text-decoration: underline;
            
         }
        .rights{
            font-weight: bold;
            color: white;
        }
        .brand-info .links{
            margin-top: 1em;
            word-spacing: 0em;
        }
        .brand-info .links i{
            color:  #ecb341;
            /* border:2px solid #3d2d0f ; */
            border:2px solid #cc9d3e ;
            border-style:dotted;
            padding: .2em;
            background: linear-gradient(#131313 25%,#000 50%,#140f06 100%);
            border-radius: 50%;
            transform: scale(.8);
        }
        /* .brand-info .links{
           word-spacing: 2em;
           color: #3b2d16;

         }
         .brand-info .links a{
            color: #7c5b2a;
            background: linear-gradient(#131313 25%,#000 50%,#140f06 100%);
            background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
            padding-bottom: 5px;
            border-top: none;
            border: 4px solid #140f06;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
          } */
.footer h2{
               font-weight: bold;
               color: #cc9d3e;
} 
.sponsor,.help,.contact{
    padding-top: 2em;
}
.sponsor h2,.help h2,.contact h2{
    /* background: linear-gradient(#131313 25%,#000 50%,#140f06 100%); */
    text-align: left;
    font-size: 1.6em;
    color:#cc9d3e;
    padding-left: .1em;
    width: 170px;
    /* margin: auto; */
    
}
.help h2{
    width: 120px;
}
.sponsor-link,.help-link,.con-link{
    margin-top: 1em;
}
       .sponsor a,.help a,.contact a{
             color: white;
             font-size: 1.2em;
             margin-top: 5em;
             font-weight:bold;
       }
      .contact h5{
        color: #cc9d3e;
      }
      .contact p{
        font-size: 1em;

      }
      .contact span{
       
        font-weight:bold;
        font-family:  "roboto" serif;
      }
    .footer i{
        color:#cc9d3e
    }
  